home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / cfgsave.zip / CFGSAVE.DOC < prev    next >
Text File  |  1991-10-11  |  3KB  |  53 lines

  1. CFGSAVE
  2.  
  3.  
  4.  
  5. Gene Kavner                             October 29, 1991 (Utilities)
  6.  
  7.  
  8. Purpose:    A stand-alone Windows 3.0 application that attaches itself to the
  9. Program Manager by adding a Save Configuration item to the Program Manager's
  10. File menu. When you select Save Configuration, the cursor changes to an
  11. hourglass for a couple of seconds while your configuration is saved. You
  12. remain in Windows during the entire operation, and none of your active Windows
  13. or DOS applications running at the time are affected. This one-step operation
  14. is so simple and intuitive that you will begin to feel that CFGSAV is a
  15. natural part of Windows.
  16.  
  17. Format:    CFGSAVE
  18.  
  19. Remarks:   CFGSAV.EXE and CFGSAV.DLL, the two files that make up the 
  20. executable portion of the utility, should be copied into your Windows 
  21. directory. You must then add CFGSAV.EXE to the LOAD= line in the [Windows] 
  22. section of your WIN.INI file. (NOTEPAD.EXE or SYSEDIT.EXE are handy programs 
  23. for editing WIN.INI.) This ensures that the utility will execute immediately 
  24. after Windows is started up. When you are through editing WIN.INI, it should 
  25. appear as follows:
  26.                    INSERT 1(18)--5 lines
  27.                    INSERT 1(18)--5 lines
  28.                    INSERT 1(18)--5 lines
  29.                    INSERT 1(18)--5 lines
  30.                    INSERT 1(18)--5 lines
  31.                    [Windows]
  32.                    :
  33.                    LOAD=CFGSAV.EXE [other applications]
  34.                    :
  35.                    :
  36.  
  37. When you now restart Windows there will be no visible difference in how the 
  38. Program Manager and other applications are displayed until you select the File 
  39. item in the Program Manager's menu. When the pop-up menu is displayed, you'll 
  40. see the new Save Configuration menu item, as shown in Figure 1. Now, any time 
  41. you make a change to the Program Manager you can save your configuration by 
  42. simply selecting Save Configuration from the Program Manager's menu.
  43.  
  44.     Although CFGSAV is an application separate from the Windows Program 
  45. Manager, it does take advantage of certain Program Manager characteristics. It 
  46. expects, for example, that during shut-down the Program Manager will display 
  47. an Exit Windows dialog box that prompts you to check the Save Changes box. It 
  48. also expects that you will confirm your intention by pressing either the OK or 
  49. Cancel buttons. These assumptions may not hold true under future versions of 
  50. Windows. If they don't, the utility will simply terminate (after displaying an 
  51. informative message box). However, if a future release of the Program Manager 
  52. requires it, I will post a new version of CFGSAV on PC MagNet.
  53.